home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1994 June / PC Plus Super CD coverdisc Issue 93 June 1994.iso / suprdisk / mditool / mditool2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-05-31  |  8.9 KB  |  160 lines

  1. MDIForm1
  2. MDIForm1
  3. MDIForm15G
  4. Picture2
  5.     lblStatus
  6. Picture1
  7. picToolBar
  8. wwwwwwwwwwp
  9. wwwwwwwwwwp
  10. wwwwwwwwwwp
  11. wwwwwwwwwwp
  12. wwwwwwwwwwp
  13. wwwwwwwwwwp
  14. wwwwwwwwwwp
  15. wwwwwwwwwwp
  16. wwwwwwwwwwp
  17. wwwwwwwwwwp
  18. wwwwwwwwwwp
  19. wwwwwwwwwwp
  20. wwwwww
  21. wwwww
  22. wwwwwx
  23. wwwwx
  24. wwwww
  25. wwwwwwx
  26. 33330
  27. 330fff`
  28. 33330
  29. 330ff`
  30. ff`ff
  31. 330ff`
  32. ff`ff
  33. 333333
  34. wwwwwwwwwwp
  35. wwwwwwwwwwp
  36. wwwwwwwwwwp
  37. wwwwwwwwwwp
  38. wwwwwwwwwwp
  39. wwwwwwwwwwp
  40. wwwwwwwwwwp
  41. wwwwwwwwwwp
  42. wwwwwwwwwwp
  43. wwwwwwwwwwp
  44. wwwwwwwwwwp
  45. wwwwwwwwwwp
  46. wwwwwwwwwwp
  47. wwwwwwwwwwp
  48. wwwwwwwwwwp
  49. wwwwwwwwwwp
  50. wwwwwwwwwwp
  51. wwwwwwwwwwp
  52. 33330
  53. 33330
  54. 333330
  55.     picButton
  56.     picButton
  57.     picButton
  58.     picButton
  59.     picButton
  60.     picButton
  61. mnuFile
  62. &File
  63. mnuNew
  64. mnuOpen
  65. &Open
  66. MDIForm_Load
  67.     imgButton
  68. PicClip1
  69. GraphicCell
  70. imgButton_Click:
  71. Index
  72. imgButton_MouseDown
  73. ButtonQ
  74. Shiftd
  75. NumButtons
  76.     NumButton
  77. imgButton_MouseUp
  78. Picture
  79. Picture1_Click
  80. BitBlt
  81.     picButtonb
  82. Picture1u
  83. SRCCOPY
  84. picToolBarR
  85. picButton_ClickC
  86. Picture2
  87. AutoRedraw
  88. WBUTTSb
  89. HBUTTS
  90. picButton_MouseDown
  91. picButton_MouseUp
  92. picButton_MouseMove
  93.     lblStatus
  94. Picture1_MouseMovep
  95. picToolBar_Click
  96. lblStatus_Click
  97. Note~
  98. property
  99. Form1
  100. NewDoc
  101. Form2
  102. mnuWindow_Click
  103. mnuCascade_Click
  104. MDIForm1
  105. mnuTile_Click
  106. mnuArrange_Click
  107. mnuCut_Click
  108. Screen
  109. ActiveControl
  110. SelText0
  111. mnuCopy_ClickP
  112. mnuDelete_Click
  113.     Clipboard
  114. mnuPaste_Click
  115. ActiveForm
  116.     ButtState
  117. EnableEdit
  118. DisableEdit
  119. NumChild
  120. EditCut
  121. EditCopy
  122.     EditPaste
  123. BUTT_ENABLED
  124. BUTT_DISABLED
  125. mnuNew_Click
  126. mnuOpen_Click
  127. NewForm6
  128.  Note that the AutoRedraw property for picToolBar andh
  129.  the picButton() array is set to True so that the 
  130.  changes made by BitBlt are automatically drawn to screen-
  131.  Variable used to accept value returned by BitBlt function
  132. MDIForm_Load
  133.  Sets the number of buttons in the toolbar
  134.  Create array showing state of each button
  135.  There are no children windows openl
  136.  For each button on the toolbar, use the BitBlt function to transfer the appropriate bitmapY
  137.  Disable the edit buttons as there is nothing to edite
  138. mnuNew_Click
  139.     NewForm
  140. mnuOpen_Click
  141. picButton_MouseDown
  142.  Check if Button is disabled
  143.  Use BitBlt to transfer the appropriate bitmap from the top row of picToolBarr
  144.  Use the Refresh method to ensure the result is painted to the screenn
  145.  Load child windowss
  146. picButton_MouseMove
  147.  Sets the status bar caption according to which button the mouse moves over
  148.  The caption is reset to an empty string in the MouseMove event of Picture1
  149. New File
  150. Open File
  151. Save File
  152. Cut to Clipboard
  153. Copy to Clipboard
  154. Paste from Clipboard
  155. picButton_MouseUp
  156.  Check if Button is active or disabled
  157.  Use BitBlt to transfer the appropriate bitmap from the top row of picToolBarr
  158.  Use the Refresh method to ensure the result is painted to the screenn
  159. Picture1_MouseMove
  160.